Mobile
Log In Sign Up
Home > french-english > "tube nommé" in English

English translation for "tube nommé"

named pipe
Example Sentences:
1.Execute the primary command, replacing the substituted command with the path of the anonymous pipe.
Exécution de la commande primaire, en remplaçant la commande substituée par le nom du tube nommé.
2.Execute the substituted command in the background (sort file2 in this case), piping its output to the anonymous pipe.
Exécution de la commande substituée en arrière-plan (sort fichier2 dans notre cas), tubant sa sortie sur le tube nommé.
3.To illustrate the steps involved, consider the following simple command substitution on a system with /dev/fd support: $ diff file1 <(sort file2) The steps the shell performs are: Create a new anonymous pipe.
Pour illustrer les étapes en jeu, considérez la substitution simple de commande suivante : diff fichier1 <(sort fichier2) Les étapes entreprises par l'interface système sont: Création d'un nouveau tube nommé.
4.For example, one can create a pipe and set up gzip to compress things piped to it: mkfifo my_pipe gzip -9 -c out.gz & In a separate process shell, independently, one could send the data to be compressed: cat file > my_pipe The named pipe can be deleted just like any file: rm my_pipe A named pipe can be used to transfer information from one application to another without the use of an intermediate temporary file.
Par exemple, on peut créer un tube et compresser par gzip les données qui lui sont envoyées: mkfifo my_pipe gzip -9 -c out.gz Dans un shell, indépendamment, on peut envoyer des données à compresser: cat file > my_pipe Le tube nommé peut ensuite être effacé comme un simple fichier: rm my_pipe Cette section est vide, insuffisamment détaillée ou incomplète.
Similar Words:
"tube fluorescent" English translation, "tube lance-torpilles" English translation, "tube lines" English translation, "tube neural" English translation, "tube nixie" English translation, "tube photomultiplicateur" English translation, "tube pneumatique" English translation, "tube pollinique" English translation, "tube respiratoire" English translation